home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1996 March / Amiga-CD 1996 #3.iso / pd-software / mui_3.1 / developer / extclasses / mcc_userdata / mcc_userdata.doc < prev    next >
Text File  |  1996-01-19  |  1KB  |  90 lines

  1. TABLE OF CONTENTS
  2.  
  3. UserData.mcc/UserData.mcc
  4. UserData.mcc/MUIA_UserData_City
  5. UserData.mcc/MUIA_UserData_Country
  6. UserData.mcc/MUIA_UserData_EMail
  7. UserData.mcc/MUIA_UserData_First
  8. UserData.mcc/MUIA_UserData_Name
  9. UserData.mcc/MUIA_UserData_Phone
  10. UserData.mcc/MUIA_UserData_Street
  11.  
  12.  
  13. UserData.mcc/UserData.mcc
  14.  
  15.     UserData.mcc is a subclass of groupclass. Several gadgets
  16.     allow a user to enter its data. This class is really silly
  17.     and acts only as some kind of demo.
  18.  
  19.  
  20. UserData.mcc/MUIA_UserData_City
  21.  
  22.     NAME
  23.     MUIA_UserData_City -- [ISG], char *
  24.  
  25.     FUNCTION
  26.     specifies the city of the user.
  27.  
  28.  
  29.  
  30. UserData.mcc/MUIA_UserData_County
  31.  
  32.     NAME
  33.     MUIA_UserData_Country -- [ISG], char *
  34.  
  35.     FUNCTION
  36.     specifies the country of the user.
  37.  
  38.  
  39.  
  40. UserData.mcc/MUIA_UserData_EMail
  41.  
  42.     NAME
  43.     MUIA_UserData_EMail -- [ISG], char *
  44.  
  45.     FUNCTION
  46.     specifies the email address of the user.
  47.  
  48.  
  49.  
  50. UserData.mcc/MUIA_UserData_First
  51.  
  52.     NAME
  53.     MUIA_UserData_First -- [ISG], char *
  54.  
  55.     FUNCTION
  56.     specifies the first name of the user.
  57.  
  58.  
  59.  
  60. UserData.mcc/MUIA_UserData_Name
  61.  
  62.     NAME
  63.     MUIA_UserData_Name -- [ISG], char *
  64.  
  65.     FUNCTION
  66.     specifies the name of the user.
  67.  
  68.  
  69.  
  70. UserData.mcc/MUIA_UserData_Phone
  71.  
  72.     NAME
  73.     MUIA_UserData_Phone -- [ISG], char *
  74.  
  75.     FUNCTION
  76.     specifies the phone number of the user.
  77.  
  78.  
  79.  
  80. UserData.mcc/MUIA_UserData_Street
  81.  
  82.     NAME
  83.     MUIA_UserData_Street -- [ISG], char *
  84.  
  85.     FUNCTION
  86.     specifies the street of the user.
  87.  
  88.  
  89.  
  90.